﻿<table id="login-form">
 <?if($ERROR$)?><tr><td colspan="2" style="color:red;text-align:center;">$ERROR$</td><tr><?endif?> 
 <tr><td colspan="2"><input maxlength="50" size="20" name="user" placeholder="Логин/E-mail..." class="login-input effects input" /></td></tr>
 <tr><td colspan="2"><input size="20" maxlength="15" name="password" type="password" placeholder="Пароль" class="login-input effects input" /></td></tr> 
 <tr><td><a href="$REMINDER_LINK$">Напомнить &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a><br />
 <a href="/index/3">Регистрация</a></td>
 <td><input type="submit" name="sbm" value="Вход" /></td></tr> 
 </table>